One of R's strengths is data visualization.
R can create static as well as interactive graphs with a rich set of user-contributed packages
- Static graph systems
- Base R graphics
lattice(Sarkar, et al)ggplot2(Wickham)
- Dynamic graphs
rChartsleafletplotly- Many others